home *** CD-ROM | disk | FTP | other *** search
/ Languguage OS 2 / Languguage OS II Version 10-94 (Knowledge Media)(1994).ISO / language / embedded / mcu332 / 332-101.arc / 7.HLP < prev    next >
Text File  |  1990-01-03  |  2KB  |  34 lines

  1.  
  2.                          SET BREAKPOINT function
  3.  
  4.     The SET BREAKPOINT function is used to enable one of the four
  5. hardware breakpoint used by the development system.
  6.  
  7.     Upon invocation, the SET BREAKPOINT function requests an
  8. address at which to set a breakpoint. You may supply a hex-decimal
  9. number or default the entry. In either case, you are next asked to
  10. supply a mask for the breakpoint comparison. You may, again, supply
  11. a hex-decimal number or default the entry. If you default both
  12. requests by pressing <Enter> to each, the SET BREAKPOINT function
  13. prints a list of the currently active breakpoint. If you supply a
  14. valid hex-decimal number to both requests, the breakpoint will be
  15. accepted. The breakpoint address and mask value are first written
  16. to the BCCDI board then entered into a table of active breakpoint
  17. maintained by this monitor program. Finally, the table of
  18. breakpoint is printed to show you that the breakpoint has been
  19. accepted. You may now return to the MAIN menu.
  20.  
  21.                      ADDITIONAL INFORMATION.
  22.  
  23.     The BCCDI board includes a 32 bit breakpoint comparator chip
  24. labeled U1. This chip contains four 32 bit address comparator
  25. circuits. Each address comparator circuit has the ability to
  26. separately enable or disable the comparison of any of the twenty
  27. four bit address bus signals and four bits of bus control
  28. information. The mask value is used for this bit by bit enable
  29. function. During the initialization stage of this monitor, the
  30. monitor writes the hex-decimal value $007FFFFE to all four mask
  31. registers and $00000000 to all address registers of U1.
  32.  
  33. %END
  34.